func os.rootOpenDir

4 uses

	os (current package)
		removeall_at.go#L172: 	fd, err := rootOpenDir(dirfd, name)
		root_openat.go#L126: 			fd, err := rootOpenDir(parent, name)
		root_openat.go#L276: 		openDirFunc = rootOpenDir
		root_unix.go#L110: func rootOpenDir(parent int, name string) (int, error) {